ESRI.ArcGIS.Mobile.Client
CheckableItem Constructor(T)
See Also  Send Feedback
ESRI.ArcGIS.Mobile.Client Namespace > Generic CheckableItem Class > CheckableItem Constructor : CheckableItem Constructor(T)

item
The item associated with the CheckableItem.
Initializes a new instance of the CheckableItem class.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal item As T _
)
C# 
public Generic CheckableItem( 
   T item
)

Parameters

item
The item associated with the CheckableItem.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also